From cce0ab7c8bf657b8dbe804e30fd7851ff9c26414 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 14 Feb 2023 15:52:29 +0700 Subject: no message --- src/pages/shop/brands/[slug].js | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'src/pages/shop/brands/[slug].js') diff --git a/src/pages/shop/brands/[slug].js b/src/pages/shop/brands/[slug].js index 64ff7706..a387e55d 100644 --- a/src/pages/shop/brands/[slug].js +++ b/src/pages/shop/brands/[slug].js @@ -15,6 +15,7 @@ import "swiper/css/pagination"; import "swiper/css/autoplay"; import { Pagination as SwiperPagination } from "swiper"; import Image from "@/components/elements/Image"; +import LineDivider from "@/components/elements/LineDivider"; export async function getServerSideProps(context) { const { @@ -112,21 +113,33 @@ export default function BrandDetail({ {`Banner )) } -
-
+
+
+

Produk dari brand:

{ manufacture.logo ? ( - {manufacture.name} +
+ {manufacture.name} +
) : ( -

Brand { manufacture.name }

- ) } +

{ manufacture.name }

+ ) } +
+
+

Jumlah Produk:

+

{ searchResults.response.numFound }

-

Produk

+
+ + + +
+

Produk

{productFound > 0 ? ( <> -- cgit v1.2.3